feat: navigate Git branches and commit history - #12
Merged
Conversation
Adds a branch selector, a 50-deep commit-history list, and per-commit file trees and blob previews on top of the ported reader. Selecting an older commit browses the repository exactly as of that commit. Version 1.4.8. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part (b) of the Explore Git viewer, on top of #11: branch selector (defaults to the repository's current branch), commit history (bounded at the reader's 50-commit depth), and per-commit file trees + blob previews — selecting an older commit browses the tree exactly as of that commit, matching what Home's viewer offered. No reader/module changes; this is UI over the already-merged bounded reader. Version 1.4.8.
Verified: 50/50 vitest,
tsc --noEmit+ production build clean, and a headless render against the liveGIT_REPOSITORY/QortiumHomeTest/home-git-demofixture showing both branches in the selector and the real commit history with the newest commit selected.With this merged, Home's native Git viewer has full feature parity in Explore and its removal PR follows.
🤖 Generated with Claude Code